/*Mon CSS perso*/
.strophe{
text-align:center; 	/*le texte sera aligné au centre*/
color : #e30c0c; 	/*le texte est en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
}

.surligner {
color : #0c5de3; 	/*le texte est en rouge */
font-weight: bold; 	/*la police est en gras */
text-decoration-line: underline;
}

body 
{
   background-image: url(Corbeau.jpg);
   background-position: left;
}

h1{
	font-size : 20px;
	background-color : black;
	font-family : arial;
	color : White;
	text-align : center;
}

h2{
	color : #000000; 		/*Définition de la couleur de la police */
    text-align : center; 		/* Alignement du texte */
    background-color : #0FE1DB; 	/* Définition de la couleur du fond */
}

.lien {
	float: left;
	width: 30%;
	background-color :#8A5003;
}

.poeme {
	margin-left : 30%;
	width: 70%;
	background-color :#0aaa4b;
	font-family: arial;
}
	
.liste {
	float: right;
	width: 30%;
    background-color :#8A5003;
}